home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / replylnk.arc / REPLYLNK.DOC next >
Text File  |  1988-03-23  |  2KB  |  52 lines

  1.      ReplyLnk - Revision: 1.0 by Bob Hartman, FidoNet Node 1:132/101
  2.  
  3. [This program also contains a CRC routine which was obtained from
  4. Renex Corporation.  This is the best CRC routine for the 8088 series
  5. of processors that I have ever seen, and I would like to take this
  6. opportunity to thank Ray Gwinn of Renex for allowing me to use the
  7. code in this program. - Bob Hartman]
  8.  
  9. **************************************************************************
  10. * NOTE: This version of ReplyLnk uses very low level DOS calls.  As a    *
  11. * result, it may not run on some systems.  In particular, LAN,           *
  12. * multi-tasking, or caching software has been found to be troublesome    *
  13. * depending upon the particular configuration.  Before using ReplyLnk on *
  14. * an unattended basis, it is HIGHLY recommended that a complete system   *
  15. * backup be made and the results of the ReplyLnk commands checked very   *
  16. * closely.  Since such low level code is being used, if ReplyLnk screws  *
  17. * up, it will probably take the entire disk with it.  Bob Hartman        *
  18. * and Spark Software take no responsibility if this program does         *
  19. * anything nasty.  You use it at your own risk.  It has been tested      *
  20. * successfully on many systems, but that in no way means it will run on  *
  21. * your system.                                                           *
  22. **************************************************************************
  23.  
  24. This program reads message headers within a directory, and links "reply 
  25. chains" based on the message subject.  It is a replacement for the 
  26. ConfMail "Maint" section.  It runs MUCH faster than the equivalent 
  27. ConfMail function.
  28.  
  29. Command line:
  30.  
  31.     ReplyLnk dir [dir] [dir] ...
  32.     ReplyLnk -f areas.lst [+areas.bbs]
  33.  
  34.     dir
  35.         Name of directory to link reply chains in.  This can be a
  36.         directory name, SYSTEMxx.BBS file number, or echomail area
  37.         name.
  38.  
  39.     areas.lst
  40.         List of echomail areas to process.  This file can be created
  41.         by both ConfMail and Opus.
  42.  
  43.     areas.bbs
  44.         AREAS.BBS file to read that correlates the areas.lst file
  45.         entries to directory names.  If not present, AREAS.BBS is 
  46.         used as the default.
  47.  
  48. Examples:
  49.  
  50.     ReplyLnk C:\Binkley\Sysop C:\Opus\Comments
  51.     ReplyLnk -f Echo.out +AREAS1.BBS
  52.